Require pango 1.44.4
authorMatthias Clasen <mclasen@redhat.com>
Sat, 21 Mar 2020 04:39:17 +0000 (00:39 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 21 Mar 2020 04:39:17 +0000 (00:39 -0400)
This lets use use the insert-hyphen attribute
unconditionally.

meson.build

index a16b1074dc2a09d3cf6ec7d8573e48ff3392f31b..ad4cdd9a64951ddf8d591623d85be5b83f5edfbf 100644 (file)
@@ -27,7 +27,7 @@ else
 endif
 
 glib_req           = '>= @0@.@1@.@2@'.format(glib_major_req, glib_minor_req, glib_micro_req)
-pango_req          = '>= 1.44.0'
+pango_req          = '>= 1.44.4'
 fribidi_req        = '>= 0.19.7'
 atk_req            = '>= 2.15.1'
 cairo_req          = '>= 1.14.0'